WriteIniFloats
WriteIniFloats Filename$, Section$, Key$, fltArray#()
 
Parameters:

    Filename$ = the name of the Ini file
    Section$ = the section name
    Key$ = the key name
    fltArray#() = an array that contains the values to be written
Returns: NONE
 

WriteIniFloats writes a range of float values to an Ini file. The values will be separated by commas.

 
Related Info: WriteIniIntegers | WriteIniStrings :
 


(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com